0. Import packages

1. Get data from Coinmarketcap

1.1 From CMC API

Copy youe cmc api key to retrive the data.

1.2 (Alternative) Read csv from local

Get data from cmc through api connector and save data as csv

df = pd.read_csv('cmc_221220.csv')

2. Preprocessing

3. Top coins and its market share

Use the function below to see BTC and other coins market share

Example

4. Price changes %

Use the function to find out the top volitile coin(gainer and both loser)

Example

5. Newbies

Use the function below to find newly added coins in recent days

Example